Click or drag to resize

ServiceSearchMailboxes Method (IListMailboxQuery, SearchResultType, PreviewItemShape)

Searches the mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SearchMailboxesResponse SearchMailboxes(
	IList<MailboxQuery> mailboxQueries,
	SearchResultType resultType,
	PreviewItemShape itemShape
)

Parameters

mailboxQueries
Type: System.Collections.GenericIListMailboxQuery
The mailbox queries.
resultType
Type: Independentsoft.ExchangeSearchResultType
Type of the result.
itemShape
Type: Independentsoft.ExchangePreviewItemShape
The item shape.

Return Value

Type: SearchMailboxesResponse
SearchMailboxesResponse.
See Also